Canticle Research
GITHUB CONSOLE

LOCAL-FIRST · SOURCE-LINKED · OPERATOR-REVIEWED

Memory that
holds.

SEAM is a local-first memory runtime for your agents. One install, your disk, your keys — and every fact your agent states traces back to the record it came from.

seam serve --port 8765 one command after install

“Memory is not a volume to be filled, its a surface to be encoded”

❯ OPEN LIVE DASHBOARD
THAT'S THE REAL DASHBOARD — OPEN IT LIVE, IN YOUR BROWSER, ON SAMPLE DATA →
◈ v2.4.0 APACHE-2.0 CORE NO TELEMETRY ❯ DOWNLOAD SEAM

Running in under a minute.

ONE BINARY · SQLITE ON YOUR DISK
01 · LINUX curl -fsSL https://raw.githubusercontent.com/Canticle-AI-Research/Seam/v2.4.0/installers/install_seam_linux.sh | bash
02 · MACOS curl -fsSL https://raw.githubusercontent.com/Canticle-AI-Research/Seam/v2.4.0/installers/install_seam_macos.sh | bash
03 · RUN IT seam serve --port 8765

REST API and the dashboard come up on localhost:8765.

Three things a memory layer owes you.

◆ IT REMEMBERS

Facts land as records, not embeddings.

Every write becomes a canonical MIRL record with a source ref, a validity window and a version. Readable in SQLite. Diffable in git. Yours to delete.

◆ IT SHOWS ITS WORK

A retrieval ledger, not a black box.

The reasoning view lists what was selected, what was rejected and why. When an answer is wrong you can point at the record that caused it.

◆ IT REFUSES

Unsupported claims don't cross the line.

Supported claims pass the answer boundary. Model-only claims get held back instead of quietly shipped to your user.

Four doors. One runtime.

SAME STORE BEHIND ALL OF THEM
CLI

The seam command surface — write, query, inspect, export.

MCP

Attach to Claude, Cursor or any MCP client and your agent gets memory.

REST

Local HTTP on :8765, or the hosted SEAM-API if you'd rather not run it.

DASHBOARD

The graph, the reasoning ledger, the records table — try it live.

EVIDENCE

Every number has a run record.

Deterministic, reproducible, hash-verified — and retracted in public when we get one wrong.

❯ read the benchmarks
PRICING

Self-host is free. Forever.

Hosted plans exist for teams who don't want to run a box. Nobody is gating the runtime.

❯ see the plans
DOCS

How it actually works.

Architecture, the six MIRL signals, the agent bridge, failure modes. All of it moved here.

❯ open the docs

NO ACCOUNT · NO KEY · NO TELEMETRY

Give your agent a memory it can defend.

❯ download seam try the live dashboard